Remove a redundant (and unconditional) include of unistd.h (#318211,
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Oct 2005 16:20:37 +0000 (16:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 7 Oct 2005 16:20:37 +0000 (16:20 +0000)
2005-10-07   Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkfilechooserdefault.c: Remove a redundant (and
        unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkfilechooserdefault.c

index c4ce35f66dfc3ef4d5ae06e4561543c62e15ae25..00467845a83fd8cce911d65221489a3115722812 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserdefault.c: Remove a redundant (and
+       unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
+
        * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
        g_return_val_if_fail(), not g_return_if_fail().  (#318412,
        Kazuki Iwamoto)
index c4ce35f66dfc3ef4d5ae06e4561543c62e15ae25..00467845a83fd8cce911d65221489a3115722812 100644 (file)
@@ -1,5 +1,8 @@
 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserdefault.c: Remove a redundant (and
+       unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
+
        * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
        g_return_val_if_fail(), not g_return_if_fail().  (#318412,
        Kazuki Iwamoto)
index 872a165aa8ed840d78a24856e8b11219e88cc785..f688f35f1d55a5ef499764ca57dd9876423d0b00 100644 (file)
@@ -79,7 +79,6 @@
 \f
 
 /* Profiling stuff */
-#include <unistd.h>
 #undef PROFILE_FILE_CHOOSER
 #ifdef PROFILE_FILE_CHOOSER